home *** CD-ROM | disk | FTP | other *** search
/ Backpacker 2 (Sweden) / BackPacker 2 (Sweden) (Disc 1).7z / BackPacker 2 (Sweden) (Disc 1).bin / pc / instdata / install.dxr / Internal_430_GetFileName.ls < prev    next >
Encoding:
Text File  |  1997-01-01  |  2.7 KB  |  106 lines

  1. on GetDestFileName input
  2.   case input of
  3.     "INST0001":
  4.       set fileName to line 9 of field "Phrases" of castLib 2
  5.     "INST0002":
  6.       set fileName to line 10 of field "Phrases" of castLib 2
  7.     "INST0003":
  8.       set fileName to line 9 of field "Phrases" of castLib 2
  9.     "INST0004":
  10.       set fileName to line 10 of field "Phrases" of castLib 2
  11.     "INST0005":
  12.       set fileName to "BP2 XObjects"
  13.     "INST0027":
  14.       set fileName to "FIXPAL"
  15.     "INST0006":
  16.       set fileName to "BP2NEW.EXE"
  17.     "INST0007":
  18.       set fileName to "BP2MENU.EXE"
  19.     "INST0008":
  20.       set fileName to "BP2NEW.EXE"
  21.     "INST0009":
  22.       set fileName to "BP2MENU.EXE"
  23.     "INST0010":
  24.       set fileName to "BP2.ICO"
  25.     "INST0011":
  26.       set fileName to "ECDCTRL.DLL"
  27.     "INST0012":
  28.       set fileName to "ECDFILE.DLL"
  29.     "INST0013":
  30.       set fileName to "EVENTQ.DLL"
  31.     "INST0014":
  32.       set fileName to "FILEIO.DLL"
  33.     "INST0015":
  34.       set fileName to "GETDATE.DLL"
  35.     "INST0016":
  36.       set fileName to "MISC_X.DLL"
  37.     "INST0017":
  38.       set fileName to "SHARED.CXT"
  39.     "INST0018":
  40.       set fileName to "SHRDCITY.CXT"
  41.     "INST0019":
  42.       set fileName to "SHRDJOBS.CXT"
  43.     "INST0020":
  44.       set fileName to "SHRDQSTN.CXT"
  45.     "INST0021":
  46.       set fileName to "BP2VINJ.MOV"
  47.     "INST0022":
  48.       set fileName to "CITYBUT.MOV"
  49.     "INST0023":
  50.       set fileName to "README.TXT"
  51.     "INST0024":
  52.       set fileName to "MENU.DXR"
  53.     "INST0025":
  54.       set fileName to "NEWTRAV.DXR"
  55.     "INST0026":
  56.       set fileName to "CDSWOP.DXR"
  57.     "INST0028":
  58.       set fileName to "AP.MOV"
  59.     "INSTIN01":
  60.       set fileName to "INET001.dxr"
  61.     "INSTIN02":
  62.       set fileName to "I_GAME01.dxr"
  63.     "INSTIN03":
  64.       set fileName to "I_GAME02.dxr"
  65.     "INSTIN04":
  66.       set fileName to "I_GAME04.dxr"
  67.     "INSTIN05":
  68.       set fileName to "I_MENU01.dxr"
  69.     "INSTIN06":
  70.       set fileName to "int_fc.dxr"
  71.     "INSTIN07":
  72.       set fileName to "sharedIO.cxt"
  73.     "INSTIN08":
  74.       set fileName to "DatagramEngine.pref"
  75.     "INSTIN09":
  76.       set fileName to "DatagramEngine"
  77.     "INSTIN10":
  78.       set fileName to "properties"
  79.     "INSTIN11":
  80.       set fileName to "DatagramEngine.exe"
  81.     "INSTIN12":
  82.       set fileName to "HCTD.DLL"
  83.     "INSTIN13":
  84.       set fileName to "sc12aplt.dll"
  85.     "INSTIN14":
  86.       set fileName to "sc12awt.dll"
  87.     "INSTIN15":
  88.       set fileName to "sc12chas.dll"
  89.     "INSTIN16":
  90.       set fileName to "sc12mdia.dll"
  91.     "INSTIN17":
  92.       set fileName to "sc12net.dll"
  93.     "INSTIN18":
  94.       set fileName to "sc12ps.dll"
  95.     "INSTIN19":
  96.       set fileName to "sc12rtl.dll"
  97.     "INSTIN20":
  98.       set fileName to "sc12srvc.dll"
  99.     "INSTIN21":
  100.       set fileName to "RoasterΓäó 3.0 Preferences"
  101.     "INSTIN22":
  102.       set fileName to "Runner Preferences"
  103.   end case
  104.   return fileName
  105. end
  106.